home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / extra_2 / bankp330.zip / BP.BAT < prev    next >
DOS Batch File  |  1995-10-30  |  3KB  |  85 lines

  1. @echo off
  2. cls
  3. echo.
  4. if %1. == . goto ERR1
  5. echo.
  6. echo             Please wait while BANK-PLAN loads 
  7. echo.
  8. if exist vm.tmp del vm.tmp
  9. echo.
  10. if exist slashs.tmp del slashs.tmp
  11. echo.
  12. bank plan %1
  13. goto END
  14. :ERR1
  15. echo                   HOW TO LOAD BANK-PLAN
  16. echo                   =====================
  17. echo.
  18. echo  This three-page note explains how to load BANK-PLAN.
  19. echo.
  20. echo. The correct syntax for loading BANK-PLAN is as follows:
  21. echo.
  22. echo                     BP▒{path}filename 
  23. echo.   
  24. echo  '▒' indicates a single blank space to be entered immediately after BP.
  25. echo.
  26. echo  '{path}' If all BANK-PLAN's files reside on the same disk/directory,
  27. echo  you do not need to specify any path.
  28. echo.
  29. echo  'filename' refers to a file containing a set of BANK-PLAN assumptions.
  30. echo  Whenever a new set of assumptions are saved by BANK-PLAN, you
  31. echo  give these a new file name (maximum of 8 characters). A file
  32. echo  extension (.ASS) will be automatically added to this name.
  33. echo.
  34. pause
  35. echo.
  36. echo                                                        (2 of 3)
  37. echo.
  38. echo. If, in the future, you can't remember the name of a particular file,
  39. echo  type "BP▒X", press RETURN to skip the 'File does not exist' message
  40. echo  and then use the cursor keys to select the required file from the
  41. echo  displayed list.
  42. echo.
  43. echo  To create a completely new set of projections, you must:
  44. echo.
  45. echo    - Load an existing set (preferably one already set up with 
  46. echo      appropriate printer strings etc.); 
  47. echo.
  48. echo    - Remove its existing assumptions (using the Remove option 
  49. echo      within the Initialise submenu); 
  50. echo.
  51. echo    - Save this 'empty' model with a new name. 
  52. echo.
  53. echo  You can then proceed to enter basic data, assumptions etc. If you 
  54. echo  regularly build 'new' models, you could retain a copy of the 
  55. echo  'empty' model for future use.
  56. echo.
  57. pause
  58. echo.
  59. echo                                                          (3 of 3)
  60. echo.
  61. echo  If you are using a Hercules monitor, you should run the supplied
  62. echo  program, MSHERC, immediately before loading BANK-PLAN.
  63. echo.
  64. echo  If you intend to print any of BANK-PLAN's graphs using the DOS
  65. echo  Graphics utility, you should run it before loading BANK-PLAN.
  66. echo  Refer to the DOS Manual for details of the options available
  67. echo  with Graphics. 
  68. echo.
  69. echo  If you wish, you can run BANK-PLAN as a DOS program within Windows.
  70. echo.
  71. echo  BANK-PLAN has been supplied with a set of specimen assumptions
  72. echo  contained in a file called MASTER.ASS. To load this file, enter
  73. echo  the following command line at the DOS prompt (e.g. C:\BANK):
  74. echo.
  75. echo              BP▒MASTER   (▒ signifies a blank space)
  76. echo.
  77. echo          Good luck with BANK-PLAN and with your cashflows !
  78. echo ********************************************************************
  79. echo                   *** MESSAGE ENDS ***
  80. pause
  81. goto END
  82. :END
  83.  
  84.  
  85.